home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 46 / PC Gamer IT CD 46 1-2.iso / PCGAMER.EXE / 0 / RCDATA / TFORM2 / TFORM2.txt
Text File  |  1999-10-10  |  2KB  |  88 lines

  1. object Form2: TForm2
  2.   Left = 575
  3.   Top = 174
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Database Search'
  7.   ClientHeight = 116
  8.   ClientWidth = 201
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 74
  22.     Height = 13
  23.     Caption = 'Search by Title '
  24.   end
  25.   object Label2: TLabel
  26.     Left = 8
  27.     Top = 56
  28.     Width = 80
  29.     Height = 13
  30.     Caption = 'Search by Genre'
  31.   end
  32.   object Edit1: TEdit
  33.     Left = 8
  34.     Top = 24
  35.     Width = 121
  36.     Height = 21
  37.     TabOrder = 0
  38.   end
  39.   object ComboBox1: TComboBox
  40.     Left = 8
  41.     Top = 72
  42.     Width = 121
  43.     Height = 21
  44.     ItemHeight = 13
  45.     Items.Strings = (
  46.       'Action'
  47.       'All Genres'
  48.       'Arcade'
  49.       'Arcade Racing'
  50.       'Puzzle'
  51.       'Roleplaying'
  52.       'Simulation'
  53.       'Software Toy'
  54.       'Sports'
  55.       'Strategy'
  56.       'Wargame')
  57.     TabOrder = 2
  58.     Text = 'All Genres'
  59.     OnChange = ComboBox1Change
  60.   end
  61.   object Button1: TButton
  62.     Left = 136
  63.     Top = 24
  64.     Width = 49
  65.     Height = 20
  66.     Caption = 'Search!'
  67.     TabOrder = 1
  68.     OnClick = Button1Click
  69.   end
  70.   object Button2: TButton
  71.     Left = 136
  72.     Top = 72
  73.     Width = 49
  74.     Height = 20
  75.     Caption = 'Search!'
  76.     TabOrder = 3
  77.     OnClick = Button2Click
  78.   end
  79.   object Table1: TTable
  80.     Left = 120
  81.     Top = 104
  82.   end
  83.   object DataSource1: TDataSource
  84.     Left = 88
  85.     Top = 104
  86.   end
  87. end
  88.